removeObserver

open fun removeObserver(@NonNull() observer: TileStoreObserver)

Removes an existing observer from the TileStore instance.If the observer isn't attached to the TileStore anymore, this is a no-op.

Parameters

observer

The observer to be removed.